home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 10151 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1007 b 

  1. Path: airdmhor.gen.nz!not-for-mail
  2. From: gumboot@airdmhor.gen.nz (Simon Hosie)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Global Data
  5. Date: 16 Mar 1996 07:56:58 +1300
  6. Organization: Airdmhor : a couple of BBS's, a bunch of people, and a cat.
  7. Message-ID: <4icehq$h84@airdmhor.gen.nz>
  8. References: <4i5gbb$34u@bertrand.ccs.carleton.ca>
  9. NNTP-Posting-Host: airdmhor.gen.nz
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Andrew Belo:
  13. > I am trying to compile some plasma source(in c!) that I got of the net and
  14. > when I  compile it using BC++ v4.5 I get an error that says Too much
  15. > global data defined in file.  Can anyone help me to get ride of this? 
  16. > Thanx in advance.
  17.  
  18.   Either get a real compiler (worth it in the long run) or stick the
  19. keyword 'far' in front of anything that looks really big.
  20.  
  21.   Come to think of it, I guess BC _is_ a real compiler, perhaps you should
  22. get a protected one.  It's odd that they decided to call real mode 'real
  23. mode', given that it's the last thing anyone would think of as a _real_
  24. mode.
  25.